home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / QuickTime VR / MacOS / QuickDraw™ 3D 1.0.6F4 SDK / Samples / SampleCode / GeometryTest / Geometries.h < prev    next >
Encoding:
Text File  |  1995-05-02  |  457 b   |  26 lines  |  [TEXT/MPCC]

  1. // Geometries.h
  2.  
  3. #ifndef _GEOMETRIES_H_
  4. #define _GEOMETRIES_H_
  5.  
  6. /*===========================================================================*\
  7.  *
  8.  *    Types
  9.  *
  10. \*===========================================================================*/
  11. typedef struct TextureRec {
  12.     char                fileName[32];
  13.     long                size;
  14.     long                dirty;
  15.     TQ3StoragePixmap    pixmap;
  16.     TQ3ShaderObject        shader;
  17.     long                 on;
  18. } TextureRec;
  19.  
  20.  
  21.  
  22.  
  23. TQ3GroupObject BuildGeometry( int type )  ;
  24.  
  25.  
  26. #endif